home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
examples
/
compress
/
fileprio.mli
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-06-01
|
133 b
|
6 lines
|
[
TEXT/MPS
]
type 'a t;;
value vide: 'a t
and ajoute: 'a t -> int -> 'a -> 'a t
and extraire: 'a t -> int * 'a * 'a t;;
exception File_vide;;